Add stdint.h for MS-Windows.
authorChristoph Scholtes <cschol2112@gmail.com>
Mon, 21 Feb 2011 20:16:43 +0000 (22:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Feb 2011 20:16:43 +0000 (22:16 +0200)
commit696bbe4d419f46db96a68dc3a17b4737ccc4af7d
tree26558052597a1bb238183f696881fdcfed06fd47
parent41cbe96ac151f6744ffcaf79e079a2bdafc55828
Add stdint.h for MS-Windows.

 nt/inc/stdint.h: New file, to support compilation with tool chains
 that do not have stdint.h (e.g. MSVC).
 lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
 $(EMACS_ROOT)/nt/inc/stdint.h.
ChangeLog
lib/makefile.w32-in
nt/ChangeLog
nt/inc/stdint.h [new file with mode: 0644]